home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / txtedtrs / st_edt / stedt.doc < prev    next >
Text File  |  1995-05-02  |  11KB  |  336 lines

  1. The EDT-like keypad commands are:
  2.  
  3.  
  4. DELETE      Delete character
  5. BACKSPACE   Backup to beginning of line
  6. CTRL/D      Decrease tab level         
  7. CTRL/E      Increase tab level         
  8. CTRL/R      Refresh screen             
  9. CTRL/T      Adjust tabs                
  10. CTRL/Z      Exit and save file
  11.                                        
  12.  
  13.  
  14.                      x-----------------------------------x
  15.                      x        x        x FNDNXT x DEL L  x
  16.                      x  GOLD  x  HELP  x        x        x
  17.                      x        x        x  FIND  x UND L  x
  18.                      x-----------------------------------x
  19.                      x        x  SECT  x APPEND x DEL W  x
  20.                      x        x        x        x        x
  21.                      x        x        x REPLACEx UND W  x
  22.                      x-----------------------------------x
  23.                      x ADVANCEx BACKUP x  CUT   x DEL C  x
  24.                      x        x        x        x        x
  25.                      x BOTTOM x  TOP   x PASTE  x UND C  x
  26.                      x-----------------------------------x
  27.                      x  WORD  x  EOL   x        x        x
  28.                      x        x        x        x        x
  29.                      xCHNGCASEx DEL EOLx SPECINSx        x
  30.                      x---------------------------        x
  31.                      x      LINE       xSETMARK x        x
  32.                      x                 x        x  SUBS  x
  33.                      x    OPEN LINE    x RESET  x        x
  34.                      x-----------------------------------x
  35.  
  36.  
  37. GOLD - ( ( )
  38.  
  39. The Gold key lets you use the lower function of the editing keys displayed
  40. above. To use: press the GOLD key then the key you wish to use.
  41.  
  42. You can also use the GOLD key to enter numeric arguments for a function.
  43. Press GOLD and then the main keyboard numeric keys, followed by the key
  44. (function) to which the counts should apply.
  45.  
  46. FNDNXT - ( / )
  47.  
  48. Searches for the next occurrence of the search string previously entered with
  49. the FIND key.  The direction of the search depends on the ADVANCE or BACKUP.
  50.  
  51. FIND - (GOLD /)
  52.  
  53. Searches for an occurrence of a string.  Press the FIND key and then enter the
  54. string using the main keyboard.  End the string by pressing either the ADVANCE
  55. or BACKUP key to set the direction of the search, or the RETURN key to search in
  56. the current direction.
  57.  
  58. DEL L - ( * )
  59.  
  60. Deletes text from the cursor position to the end of the current line, INCLUDING
  61. the line terminator. The deleted text is saved in the delete line buffer.
  62.  
  63. UND L - (GOLD *)
  64.  
  65. Inserts the contents of the delete line buffer directly to the left of the
  66. cursor.
  67.  
  68. SECT - (8)
  69.  
  70. Moves the cursor forward or backward, depending on the
  71. current direction, one screen.
  72.  
  73. APPEND - (9)
  74.  
  75. Moves the selected range to the end of the PASTE buffer.  The selected range
  76. is all the text between the selected position (see SET MARK) and the current
  77. cursor position.  If no range has been made and the cursor is positioned on the
  78. current search string, that string is appended.
  79.  
  80. REPLACE - (GOLD 9)
  81.  
  82. Deletes the selected range and replaces it with the contents of the PASTE
  83. buffer.
  84.  
  85. DEL W - (-)
  86.  
  87. Deletes text from the cursor to the beginning of the next word, storing the text
  88. in the delete word buffer.
  89.  
  90. UND W - (GOLD -)
  91.  
  92. Inserts the contents of the delete word buffer directly to the left of the
  93. cursor.
  94.  
  95. ADVANCE - (4)
  96.  
  97. Sets the current direction to forward.
  98.  
  99. BOTTOM - (GOLD 4)
  100.  
  101. Positions the cursor at the end of the text buffer.
  102.  
  103. BACKUP - (5)
  104.  
  105. Sets the cursor direction to backward.
  106.  
  107. TOP - (GOLD 5)
  108.  
  109. Positions the cursor at the beginning of the text buffer.
  110.  
  111. CUT - (6)
  112.  
  113. Moves the selected range to the PASTE buffer.  The select range is all the text
  114. between the selected position (see SET MARK) and the current cursor position. If
  115. no range has been made and the cursor is positioned on the current search
  116. string, that string is cut.  Each time CUT is used, the previous contents of the
  117. PASTE buffer are DISCARDED.
  118.  
  119. PASTE - (GOLD 6)
  120.  
  121. Inserts the contents of the PASTE buffer directly to the left of the cursor.
  122.  
  123. DEL C - ( + )
  124.  
  125. Deletes the character on which the cursor is positioned and saves it in the
  126. delete character buffer.
  127.  
  128. UND C - (GOLD +)
  129.  
  130. Inserts the contents of the delete character buffer directly to the left of the
  131. cursor.
  132.  
  133. WORD - (1)
  134. Moves the cursor forward or backward by a word, depending on the current
  135. direction (see ADVANCE and BACKUP).
  136.  
  137. CHNGCASE - (GOLD 1)
  138. Changes the case of a character
  139.  
  140. EOL - (2)
  141.  
  142. Moves the cursor forward or backward to the nearest end of line, depending on
  143. current direction.
  144.  
  145. DEL EOL - (GOLD 2)
  146.  
  147. Deletes all characters to the right of the cursor in the current line, including
  148. the character on which the cursor is positioned, up to, but not including the
  149. line terminator.
  150.  
  151. SPECINS - (GOLD 3)
  152.  
  153. This is equivalent to the quote character in EMACS.
  154.  
  155.  
  156. SUBS - (GOLD ENTER)
  157. Deletes the search string, replaces it with the contents of the PASTE buffer,
  158. and finds the next occurrence of the string.  To use:
  159.  
  160.     1.  Press SET MARK.
  161.     2.  Type the new text.
  162.     3.  Press CUT.
  163.     4.  Press FIND.
  164.     5.  Enter the text you wish to replace.
  165.  
  166. Each time you press SUBS, EDMACS makes one substitution and finds the next
  167. occurrence of the search string.  You can use a repeat count for multiple
  168. substitutions.
  169.  
  170.  
  171. Moves the selected range to the end of the PASTE buffer. The selected range is
  172. all the text between the selected position (see SET MARK) and the current cursor
  173. position.  If no selected range has been made and the cursor is positioned on
  174. the current search string, that string is appended.
  175.  
  176. LINE - (0)
  177.  
  178. Moves the cursor forward or backward to the nearest beginning of a line,
  179. depending on the current direction (see ADVANCE and BACKUP).
  180.  
  181.  
  182. OPEN LINE - (GOLD 0)
  183.  
  184. Breaks the current line into two lines.  The break is placed after the cursor
  185. and leaves the cursor position unchanged.  Pressing the OPEN LINE key when the
  186. cursor is at the beginning of a line creates a new blank line.
  187.  
  188. SET MARK - (.)
  189.  
  190. Marks one end of a selected range.  A selected range is a block of text on which
  191. various operations (such as CUT, APPEND, or FILL) can be performed.  To create a
  192. selected range:
  193.  
  194.     1.  Move the cursor to either the beginning or end of the text you
  195.         wish to select.
  196.     2.  Press the SET MARK key.
  197.     3.  Move the cursor to the opposite end of the text.
  198.  
  199. You can then perform the desired operation on the range.
  200.  
  201. RESET - (GOLD .)
  202.  
  203. Cancels the effect of the GOLD key if it was pressed by mistake, cancels a
  204. selected range, or cancels any partly entered command string. Also sets the
  205. current direction to forward.
  206.  
  207. EXIT - (CTRL/Z)
  208.  
  209. Exits and saves buffer(s)
  210.  
  211. TAB ADJUST - (CTRL T)
  212.  
  213. Indents the selected range.  To use the key:
  214.  
  215.     1.  Create a selected range of the text you wish to adjust.
  216.     2.  Enter a level count using the GOLD key.  To decrease the tab
  217.         indentation level, precede the count with a minus sign.  The default
  218.         level count is 1.
  219.     3.  Use the tab adjust key.
  220.  
  221. The effect of CTRL T is to increase or decrease the indentation level of the
  222. selected range by the number of tabs specified in the level count.  You must have
  223. a SET TAB value in effect to use GOLD T.
  224.  
  225. TAB DECREASE - (CTRL/D)
  226.  
  227. Used to decrease the indentation level counter.  You must have a SET TAB in
  228. effect to use CTRL/D.
  229.  
  230. TAB INCREASE - (CTRL/E)
  231.  
  232. Used to increase the indentation level counter.  You must have a SET TAB in
  233. effect to use CTRL/E.
  234.  
  235. REFRESH - (CTRL/R)
  236.  
  237. Refreshes the screen display.  The screen becomes blank and then the characters
  238. in the buffer reappear, minus extraneous characters, such as system messages.
  239. The cursor remains in the same location.
  240.  
  241.  
  242. -------------------------------------------------------------------------------
  243.  
  244. The EMACS-like key sequences are:-
  245.  
  246.                               WINDOW CONTROL
  247.  
  248. ^X 1        display only current window
  249. ^X 2        split current window (multiple window are permitted)
  250. ^X N        move to Next window
  251. ^X P        move to Previous window
  252. ^X Z        enlarge current window by one or repeat count lines
  253. ^X ^Z        reduce current window by one or repeat count lines
  254. ^X ^N        scroll current window up one or by repeat count lines
  255. ^X ^P        scroll current window down one or by repeat count lines
  256.  
  257.  
  258.                                FILE CONTROL
  259.  
  260. ^Z        save file in current buffer and exit
  261. ^X ^C        Exit without saving buffers.
  262. ^X ^R        Read a file into current buffer
  263. ^X ^S        Save current buffer into its file
  264. ^X ^V        Visit a file. Read file and display in current window
  265. ^X ^W        Write buffer to file
  266. ^X ^F        changes current buffer's filename to argument
  267.  
  268.  
  269.                               BUFFER CONTROL
  270.  
  271. ^X B        prompt for new Buffer
  272. ^X ^B        show active Buffers
  273. ^X ^K        Kill a buffer
  274.  
  275.                                 DELETING
  276.  
  277. ^X ^O        Kill surrounding blank lines
  278. ^X ^K        Kill a buffer
  279.  
  280.  
  281.                               CASE CONTROL 
  282.  
  283. <esc> C        Capitalize word
  284. <esc> L        Lowercase next word
  285. <esc> U        Uppercase next word
  286. ^X ^L        Lowercase selected region
  287. ^X ^U        Uppercase selected region
  288.  
  289.  
  290.                                  MISC
  291.  
  292. TAB        to set tab do GOLD <arg> TAB, where arg is new tab stop.
  293. ^G        abort any command in progress
  294. ^T        Transpose characters
  295. <esc> !        move current line to top of window
  296. <esc> W        Copy selected range to paste buffer, do not cut.
  297. ^X ^X        swap mark with cursor position
  298. ^X F        Set Fill column.
  299.  
  300.  
  301. Edmacs uses EDT keypad commands, just like EDT except the following:-
  302.  
  303. Differences
  304. ===========
  305.  
  306. No page command (Keypad 7).    - search for ^L instead.
  307. No command (Gold Keypad 7).    - use emacs commands.
  308. No fill (Gold Keypad 8).    - use ^X F to set wrap column
  309. Change case works for 1 char.    - use case control for emacs.
  310.  
  311. No help Key.
  312. No wide screen, or shift screen left/right.
  313. Cursor tracking on scrolling is different.
  314. No inverse video with SET MARK
  315.  
  316. The status line shows current buffer, current file name, read/write status,
  317. advance/backup status.
  318.  
  319. Additional functions
  320. ====================
  321.  
  322. Gold I    - Inspect a file
  323.        Splits screen and reads in a file to upper window for read only.
  324. Gold U    - Update a file
  325.        Splits screen and reads in a file for update to upper screen.
  326. Gold W    - Toggles between split screen and full screen.
  327. Gold UP    - Moves cursor into top window.
  328. Gold DN    - Moves cursor into bottom (main) window.
  329. Gold L    - starts a learn macro sequence.
  330. Gold R    - terminates a learn macro sequence.
  331. PF2    - executes the learned sequence.
  332. Gold =    - show cursor position.
  333. Gold !    - spawn command (VMS only).
  334. Gold S    - spawn cli (VMS only).
  335.  
  336.